Skip to content

Commit 41bd391

Browse files
committed
refactor!: move presentation into the cli namespace
Signed-off-by: Snehil Shah <[email protected]> --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: passed - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 4714429 commit 41bd391

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+5
-5
lines changed

lib/node_modules/@stdlib/repl/presentation/README.md renamed to lib/node_modules/@stdlib/repl/cli/presentation/README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.

lib/node_modules/@stdlib/repl/presentation/data/example.csv renamed to lib/node_modules/@stdlib/repl/cli/presentation/data/example.csv

File renamed without changes.

lib/node_modules/@stdlib/repl/presentation/data/example.json renamed to lib/node_modules/@stdlib/repl/cli/presentation/data/example.json

File renamed without changes.

lib/node_modules/@stdlib/repl/presentation/data/help.csv renamed to lib/node_modules/@stdlib/repl/cli/presentation/data/help.csv

File renamed without changes.

lib/node_modules/@stdlib/repl/presentation/data/help.json renamed to lib/node_modules/@stdlib/repl/cli/presentation/data/help.json

File renamed without changes.

lib/node_modules/@stdlib/repl/presentation/data/info.csv renamed to lib/node_modules/@stdlib/repl/cli/presentation/data/info.csv

File renamed without changes.

lib/node_modules/@stdlib/repl/presentation/data/info.json renamed to lib/node_modules/@stdlib/repl/cli/presentation/data/info.json

File renamed without changes.

lib/node_modules/@stdlib/repl/presentation/docs/commands/blank.txt renamed to lib/node_modules/@stdlib/repl/cli/presentation/docs/commands/blank.txt

File renamed without changes.

lib/node_modules/@stdlib/repl/presentation/docs/commands/current_slide.txt renamed to lib/node_modules/@stdlib/repl/cli/presentation/docs/commands/current_slide.txt

File renamed without changes.

0 commit comments

Comments
 (0)