Skip to content

Commit 23cc343

Browse files
committed
delete default completion sub command
1 parent 45caad9 commit 23cc343

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

cmd/llcppgx/completion_cmd.gox

Whitespace-only changes.

cmd/llcppgx/genpkg_cmd.gox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import (
22
self "github.com/goplus/llcppg/cmd/internal/genpkg"
33
)
44

5-
use "genpkg"
5+
use "genpkg [flags]"
66

77
short "generate a go package by signature information of symbols"
88

cmd/llcppgx/gensym_cmd.gox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import (
22
self "github.com/goplus/llcppg/cmd/internal/gensym"
33
)
44

5-
use "gensym"
5+
use "gensym [flags]"
66

77
short "generate symbol table for a C/C++ library"
88

cmd/llcppgx/init_cmd.gox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import (
22
self "github.com/goplus/llcppg/cmd/internal/gencfg"
33
)
44

5-
use "init"
5+
use "init [flags] [cpackage]"
66

77
short "init llcppg.cfg config file"
88

0 commit comments

Comments
 (0)