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

Make ckan compat add take multiple versions, add clear and set #4151

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

HebaruSan
Copy link
Member

@HebaruSan HebaruSan commented Aug 8, 2024

Motivations

Changes

  • Now ckan compat add accepts multiple version strings
  • Now ckan compat forget accepts multiple version strings
  • Now ckan compat clear is created to remove all compatible versions
  • Now ckan compat set is created to overwrite the compatible versions with the given versions
  • Now the commands that change the compatible versions display the compatible version list after the change is applied
  • Now when you run a command with missing arguments, the resulting usage output is the same as the usage output in that command's --help page, rather than a separate ad hoc string

Fixes #4150.

@HebaruSan HebaruSan added Enhancement New features or functionality Cmdline Issues affecting the command line labels Aug 8, 2024
@HebaruSan HebaruSan changed the title Make ckan compat add accept multiple version parameters, add clear and set Make ckan compat add take multiple versions, add clear and set Aug 8, 2024
@HebaruSan HebaruSan merged commit d33f716 into KSP-CKAN:master Aug 8, 2024
3 checks passed
@HebaruSan HebaruSan deleted the feature/compat-add-multi branch August 8, 2024 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cmdline Issues affecting the command line Enhancement New features or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] CmdLine: compat usability improvements
1 participant