Updated help text

pull/6/head
Mark 2023-09-21 13:53:46 -07:00
parent 599c9742d2
commit 161f184437
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ pub fn do_command(
"\n", "\n",
"╞═══════════════ [t]Commands[n] ═══════════════╡\n", "╞═══════════════ [t]Commands[n] ═══════════════╡\n",
" [c]help[n] Show this help\n", " [c]help[n] Show this help\n",
" [c]flags[n] Show command-line options\n",
" [c]clear[n] Clear the terminal\n", " [c]clear[n] Clear the terminal\n",
" [c]quit[n] Exit daisy\n", " [c]quit[n] Exit daisy\n",
//" [c]units[n] List available units\n", //" [c]units[n] List available units\n",
@ -94,7 +95,7 @@ pub fn do_command(
" [c]--info[n] Show system information\n", " [c]--info[n] Show system information\n",
" [c]--256color[n] Use full color support (default)\n", " [c]--256color[n] Use full color support (default)\n",
" [c]--8color[n] Use reduced colors (ANSI, no styling)\n", " [c]--8color[n] Use reduced colors (ANSI, no styling)\n",
" [c]--nocolor[n] Do not use colors\n", " [c]--nocolor[n] Do not use colors and styling\n",
" [c]--nosub[n] Disable inline substitution\n", " [c]--nosub[n] Disable inline substitution\n",
" [c]--nosuper[n] Disable superscript powers\n", " [c]--nosuper[n] Disable superscript powers\n",
" [c]--nooneover[n] Disable \"one-over\" fractions as -1 power\n", " [c]--nooneover[n] Disable \"one-over\" fractions as -1 power\n",