From 9e3cb6e0e4c69d45fa4cecf99fd405ebf61f57bd Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 3 Apr 2025 22:42:21 -0700 Subject: [PATCH] docs: add object-format flag documentation for repo create command --- docs/CLI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CLI.md b/docs/CLI.md index f060373..c1ee3b0 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -1077,6 +1077,8 @@ Create a repository **--name, -**="": name of new repo +**--object-format**="": select git object format (sha1,sha256) + **--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json) **--owner, -O**="": name of repo owner