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.
Background
This is the remnant of #3224 that survived a sanity check. (I debated whether to submit a PR or just push it to master, since it's so short and only what we saw earlier, but the work flow really isn't that onerous.)
Motivation
Currently
ckan prompt
just drops you to a prompt, which you may or may not expect. There's ahelp
command, but you might not think to try that if you don't already know about it.Change
Now
ckan prompt
prints a little greeting message at startup. It suggests trying thehelp
command to get help.