From 37d7ee69dac8f68e9d4660a228c7b835495355d8 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 7a844c5..2b329c5 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -1071,6 +1071,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