Skip to content

Commit

Permalink
generate help text
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed May 21, 2024
1 parent 0f23061 commit 7520924
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions internal/cmd/config/helptext/preferences.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
┌───────────────┬──────────────────────┬───────────────┬──────────────────────┬─────────────────┐
│ OPTION │ DESCRIPTION │ CONFIG KEY │ ENVIRONMENT VARIABLE │ FLAG │
├───────────────┼──────────────────────┼───────────────┼──────────────────────┼─────────────────┤
│ debug │ Enable debug output │ debug │ HCLOUD_DEBUG │ --debug │
├───────────────┼──────────────────────┼───────────────┼──────────────────────┼─────────────────┤
│ debug-file │ File to write debug │ debug_file │ HCLOUD_DEBUG_FILE │ --debug-file │
│ │ output to │ │ │ │
├───────────────┼──────────────────────┼───────────────┼──────────────────────┼─────────────────┤
│ endpoint │ Hetzner Cloud API │ endpoint │ HCLOUD_ENDPOINT │ --endpoint │
│ │ endpoint │ │ │ │
├───────────────┼──────────────────────┼───────────────┼──────────────────────┼─────────────────┤
│ poll-interval │ Interval at which to │ poll_interval │ HCLOUD_POLL_INTERVAL │ --poll-interval │
│ │ poll information, │ │ │ │
│ │ for example action │ │ │ │
│ │ progress │ │ │ │
├───────────────┼──────────────────────┼───────────────┼──────────────────────┼─────────────────┤
│ quiet │ If true, only print │ quiet │ HCLOUD_QUIET │ --quiet │
│ │ error messages │ │ │ │
└───────────────┴──────────────────────┴───────────────┴──────────────────────┴─────────────────┘
┌──────────────────┬──────────────────────┬──────────────────┬─────────────────────────┬─────────────────┐
│ OPTION │ DESCRIPTION │ CONFIG KEY │ ENVIRONMENT VARIABLE │ FLAG │
├──────────────────┼──────────────────────┼──────────────────┼─────────────────────────┼─────────────────┤
│ debug │ Enable debug output │ debug │ HCLOUD_DEBUG │ --debug │
├──────────────────┼──────────────────────┼──────────────────┼─────────────────────────┼─────────────────┤
│ debug-file │ File to write debug │ debug_file │ HCLOUD_DEBUG_FILE │ --debug-file │
│ │ output to │ │ │ │
├──────────────────┼──────────────────────┼──────────────────┼─────────────────────────┼─────────────────┤
│ default-ssh-keys │ Default SSH keys for │ default_ssh_keys │ HCLOUD_DEFAULT_SSH_KEYS │ │
│ │ new servers │ │ │ │
├──────────────────┼──────────────────────┼──────────────────┼─────────────────────────┼─────────────────┤
│ endpoint │ Hetzner Cloud API │ endpoint │ HCLOUD_ENDPOINT │ --endpoint │
│ │ endpoint │ │ │ │
├──────────────────┼──────────────────────┼──────────────────┼─────────────────────────┼─────────────────┤
│ poll-interval │ Interval at which to │ poll_interval │ HCLOUD_POLL_INTERVAL │ --poll-interval │
│ │ poll information, │ │ │ │
│ │ for example action │ │ │ │
│ │ progress │ │ │ │
├──────────────────┼──────────────────────┼──────────────────┼─────────────────────────┼─────────────────┤
│ quiet │ If true, only print │ quiet │ HCLOUD_QUIET │ --quiet │
│ │ error messages │ │ │ │
└──────────────────┴──────────────────────┴──────────────────┴─────────────────────────┴─────────────────┘

0 comments on commit 7520924

Please sign in to comment.