We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice with a CLI-interface for managing the profile.
Some ideas:
# Print help, version, etc profile --help profile --version # Self-update PWSH profile git repo profile update # Reload current profile profile reload # Configure aliases for the CLI profile alias add --name <name> profile alias remove --name <name> # Configure PATHs into the config profile config paths add <path> profile config paths remove <path> # Edit user-config in default $EDITOR (`Edit-UserConfig`) profile config edit
ArgParser can be used to parse arguments: https://github.com/BuriedStPatrick/ArgParser
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It would be nice with a CLI-interface for managing the profile.
Some ideas:
ArgParser can be used to parse arguments:
https://github.com/BuriedStPatrick/ArgParser
The text was updated successfully, but these errors were encountered: