Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: strip colons from help text #462

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Conversation

robx
Copy link
Contributor

@robx robx commented Mar 7, 2023

This removes the (inconsistent) colons at the end of commands in the help text, to make the help text a bit more readable.

Before:

[...]
Commands:

init:                     Scaffold devenv.yaml, devenv.nix, and .envrc inside the current directory.
init TARGET:              Scaffold devenv.yaml, devenv.nix, and .envrc inside TARGET directory.
search NAME:              Search packages matching NAME in nixpkgs input.
shell:                    Activate the developer environment.
shell CMD [args]:         Run CMD with ARGS in the developer environment. Useful when scripting.
container [options] NAME  Generate a container for NAME. See devenv container --help and http://devenv.sh/containers
info:                     Print information about the current developer environment.
[...]

After:

[...]
Commands:

init                      Scaffold devenv.yaml, devenv.nix, and .envrc inside the current directory.
init TARGET               Scaffold devenv.yaml, devenv.nix, and .envrc inside TARGET directory.
search NAME               Search packages matching NAME in nixpkgs input.
shell                     Activate the developer environment.
shell CMD [args]          Run CMD with ARGS in the developer environment. Useful when scripting.
container [options] NAME  Generate a container for NAME. See devenv container --help and http://devenv.sh/containers
info                      Print information about the current developer environment.
[...]

This removes the (inconsistent) colons at the end of commands in
the help text, to make the help text a bit more readable.
@domenkozar domenkozar merged commit be4166d into cachix:main Mar 7, 2023
@robx robx deleted the strip-help-colons branch March 7, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants