MCPcopy Index your code
hub / github.com/dnote/dnote / rootCmd

Function rootCmd

pkg/server/cmd/root.go:23–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21)
22
23func rootCmd() {
24 fmt.Printf(`Dnote server - a simple command line notebook
25
26Usage:
27 dnote-server [command] [flags]
28
29Available commands:
30 start: Start the server (use 'dnote-server start --help' for flags)
31 user: Manage users (use 'dnote-server user' for subcommands)
32 version: Print the version
33`)
34}
35
36// Execute is the main entry point for the CLI
37func Execute() {

Callers 1

ExecuteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected