Port before_v0.60/config_management
before_v0.60/language
before_v0.60/prompt
before_v0.60/tests
#851
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is part of porting all old scripts #221 and includes a set of modules:
config_management
language
tests
prompt
12 files changed
config_management
This module was removed, because it was related to the old
config.toml
formatREADME.md
: removedconfig.toml
: removedstartup.nu
: removedlanguage
playground.nu
: unchanged because this is justsource ...
std.nu
: unchanged because this is justsource ...
playground/lib.nu
->playground/mod.nu
and all commands have been exportedstd/date.nu
+export
keywordtests
This module contained only the usage of
language
module, so I merged it withlanguage
8.
tests/language/std/date.nu
->modules/language/tests/date.nu
9.
main.nu
: removed because it was justsource date.nu
prompt
git_status_prompt.nu
->modules/git_status_prompt.nu
+export
keywordleft_and_right_prompt.nu
->modules/left_and_right_prompt.nu
+export
keywordREADME.md
: has been removed as a duplicate ofmodules/prompt/README.md