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

feat(juliaup): Improve error message for juliaup self channel #882

Merged
merged 5 commits into from
Apr 30, 2024

Conversation

Gambitier
Copy link
Contributor

fixes #819

$ juliaup self channel
Configure the channel to use for juliaup updates

Usage: juliaup self channel <CHANNEL>

Arguments:
  <CHANNEL>  [possible values: release, releasepreview, dev]

Options:
  -h, --help  Print help
$ juliaup self channel nightly
error: invalid value 'nightly' for '<CHANNEL>'
  [possible values: release, releasepreview, dev]

For more information, try '--help'.

@Gambitier Gambitier marked this pull request as draft April 1, 2024 14:26
@Gambitier Gambitier marked this pull request as ready for review April 1, 2024 14:49
@davidanthoff davidanthoff merged commit 4096719 into JuliaLang:main Apr 30, 2024
23 checks passed
@Gambitier Gambitier deleted the fix-819 branch April 30, 2024 18:42
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.

Better error message for juliaup self channel
2 participants