From 2b9fee5cd069ed0f4d1985402ee0cd0293df6d7b Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Sat, 4 Jan 2025 19:16:01 +0100 Subject: [PATCH] docs: update usage info in CLI README (#1305) ### Summary of Changes Update the usage information in the CLI README to include all current commands. --- packages/safe-ds-cli/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/safe-ds-cli/README.md b/packages/safe-ds-cli/README.md index 6c9593446..525d66e23 100644 --- a/packages/safe-ds-cli/README.md +++ b/packages/safe-ds-cli/README.md @@ -1,5 +1,7 @@ # Safe-DS CLI +Command-line tooling for the [Safe-DS](https://github.com/Safe-DS/DSL) programming language for safe data science. + ```txt Usage: cli [options] [command] @@ -9,6 +11,8 @@ Options: Commands: check [options] check Safe-DS code + document [options] generate Markdown documentation + format format Safe-DS code generate [options] generate Python code help [command] display help for command ```