From b95465c03702aa2423c4e322d424503a7a2fe424 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Mon, 18 Nov 2024 00:39:06 +0800 Subject: [PATCH] docs: Update cli --- .../Getting-Started/Basic-Usage/_index.en.md | 31 ++++++++++--------- .../Basic-Usage/_index.zh-tw.md | 31 ++++++++++--------- 2 files changed, 32 insertions(+), 30 deletions(-) diff --git a/docs/content/Getting-Started/Basic-Usage/_index.en.md b/docs/content/Getting-Started/Basic-Usage/_index.en.md index 07b2347..137243e 100644 --- a/docs/content/Getting-Started/Basic-Usage/_index.en.md +++ b/docs/content/Getting-Started/Basic-Usage/_index.en.md @@ -40,21 +40,22 @@ OPTIONS: -v, --verbose set verbosity from 0 to 5 [default: 3] COMMANDS: - build Build the executable - clean Delete various files produced during building - create Create a new Common Lisp project - dists List out all installed dists - files Print all system files - package Build a system artifact - info Display information about the current system(s) - init Initialize project to use Qob - install Install systems - install-deps, install-dependencies Automatically install system dependencies - install-dists Install dists - list List the registered systems - locate Print out Qob installed location - status Display the state of the workspace - uninstall Uninstall systems + build Build the executable + clean Delete various files produced during building + create Create a new Common Lisp project + dists List out all installed dists + files Print all system files + package Build a system artifact + info Display information about the current system(s) + init Initialize project to use Qob + install Install systems + install-deps Automatically install system dependencies + install-dists Install dists + list List the registered systems + load Load lisp files + locate Print out Qob installed location + status Display the state of the workspace + uninstall Uninstall systems AUTHORS: Jen-Chieh Shen diff --git a/docs/content/Getting-Started/Basic-Usage/_index.zh-tw.md b/docs/content/Getting-Started/Basic-Usage/_index.zh-tw.md index 7876bc6..e25c444 100644 --- a/docs/content/Getting-Started/Basic-Usage/_index.zh-tw.md +++ b/docs/content/Getting-Started/Basic-Usage/_index.zh-tw.md @@ -37,21 +37,22 @@ OPTIONS: -v, --verbose set verbosity from 0 to 5 [default: 3] COMMANDS: - build Build the executable - clean Delete various files produced during building - create Create a new Common Lisp project - dists List out all installed dists - files Print all system files - package Build a system artifact - info Display information about the current system(s) - init Initialize project to use Qob - install Install systems - install-deps, install-dependencies Automatically install system dependencies - install-dists Install dists - list List the registered systems - locate Print out Qob installed location - status Display the state of the workspace - uninstall Uninstall systems + build Build the executable + clean Delete various files produced during building + create Create a new Common Lisp project + dists List out all installed dists + files Print all system files + package Build a system artifact + info Display information about the current system(s) + init Initialize project to use Qob + install Install systems + install-deps Automatically install system dependencies + install-dists Install dists + list List the registered systems + load Load lisp files + locate Print out Qob installed location + status Display the state of the workspace + uninstall Uninstall systems AUTHORS: Jen-Chieh Shen