Skip to content

Conversation

@joshtrichards
Copy link
Member

Commands that define their own help can still override as needed.

  • Resolves: #

Summary

BEFORE

www-data@c34cb6a66eb1:~/html$ ./occ config:list --help
Description:
  List all configs

Usage:
  config:list [options] [--] [<app>]

Arguments:
  app                    Name of the app ("system" to get the config.php values, "all" for all apps and system) [default: "all"]

Options:
      --output[=OUTPUT]  Output format (plain, json or json_pretty, default is plain) [default: "json_pretty"]
      --private          Use this option when you want to include sensitive configs like passwords, salts, ...
  -h, --help             Display help for the given command. When no command is given display help for the list command
  -q, --quiet            Do not output any message
  -V, --version          Display this application version
      --ansi|--no-ansi   Force (or disable --no-ansi) ANSI output
  -n, --no-interaction   Do not ask any interactive question
      --no-warnings      Skip global warnings, show command output only
  -v|vv|vvv, --verbose   Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

www-data@c34cb6a66eb1:~/html$ 

AFTER

www-data@c34cb6a66eb1:~/html$ ./occ config:list --help
Description:
  List all configs

Usage:
  config:list [options] [--] [<app>]

Arguments:
  app                    Name of the app ("system" to get the config.php values, "all" for all apps and system) [default: "all"]

Options:
      --output[=OUTPUT]  Output format (plain, json or json_pretty, default is plain) [default: "json_pretty"]
      --private          Use this option when you want to include sensitive configs like passwords, salts, ...
  -h, --help             Display help for the given command. When no command is given display help for the list command
  -q, --quiet            Do not output any message
  -V, --version          Display this application version
      --ansi|--no-ansi   Force (or disable --no-ansi) ANSI output
  -n, --no-interaction   Do not ask any interactive question
      --no-warnings      Skip global warnings, show command output only
  -v|vv|vvv, --verbose   Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  More extensive and thorough documentation may be found at https://docs.nextcloud.com

www-data@c34cb6a66eb1:~/html$ 

TODO

  • ...

Checklist

@joshtrichards joshtrichards added this to the Nextcloud 32 milestone Jul 31, 2025
@joshtrichards joshtrichards added enhancement design Design, UI, UX, etc. feature: occ 3. to review Waiting for reviews labels Jul 31, 2025
@joshtrichards joshtrichards marked this pull request as ready for review July 31, 2025 16:02
@joshtrichards joshtrichards requested a review from a team as a code owner July 31, 2025 16:02
@joshtrichards joshtrichards requested review from come-nc, nfebe, provokateurin, szaimen and yemkareems and removed request for a team July 31, 2025 16:02
@joshtrichards joshtrichards force-pushed the jtr-feat-occ-default-help-docs-link branch from 5e7f84b to d653b75 Compare July 31, 2025 18:07
@joshtrichards joshtrichards force-pushed the jtr-feat-occ-default-help-docs-link branch from d653b75 to 5005cd1 Compare August 4, 2025 15:24
@come-nc
Copy link
Contributor

come-nc commented Aug 5, 2025

But merging a TODO is meh. Any chance of fixing it right away?

@szaimen szaimen removed their request for review August 11, 2025 11:49
This was referenced Aug 22, 2025
Signed-off-by: Josh <josh.t.richards@gmail.com>
@AndyScherzinger AndyScherzinger force-pushed the jtr-feat-occ-default-help-docs-link branch from 5005cd1 to 5fcc811 Compare August 28, 2025 20:31
@AndyScherzinger
Copy link
Member

@joshtrichards fancy to tackle the remaining / introduced 'to do'. Then we can merge this one 🎉

Signed-off-by: Josh <josh.t.richards@gmail.com>
@nextcloud-bot nextcloud-bot mentioned this pull request Sep 2, 2025
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
@AndyScherzinger AndyScherzinger merged commit 80afc26 into master Sep 2, 2025
216 of 227 checks passed
@AndyScherzinger AndyScherzinger deleted the jtr-feat-occ-default-help-docs-link branch September 2, 2025 21:20
@skjnldsv skjnldsv modified the milestones: Nextcloud 32, Nextcloud 33 Sep 28, 2025
@blizzz blizzz mentioned this pull request Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews design Design, UI, UX, etc. enhancement feature: occ

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants