diff options
| author | sinner <[email protected]> | 2026-01-19 06:02:10 -0500 |
|---|---|---|
| committer | sinner <[email protected]> | 2026-01-19 06:02:10 -0500 |
| commit | 85caa38c7b45766f044a016b88a410f75cb7469e (patch) | |
| tree | fd6be3a176b62097494ced076768d82179a4dbcf /cmd/moon.go | |
| parent | 542a09fd14761b4789ae89e16060b1b453e2e0f2 (diff) | |
| download | dborg-master.tar.gz dborg-master.zip | |
Diffstat (limited to 'cmd/moon.go')
| -rw-r--r-- | cmd/moon.go | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cmd/moon.go b/cmd/moon.go index 512fb7e..931f64c 100644 --- a/cmd/moon.go +++ b/cmd/moon.go @@ -9,11 +9,12 @@ import ( ) var moonCmd = &cobra.Command{ - Use: "moon [query]", - Short: "Search moon logs", - Long: `Search moon logs with various filters. Requires admin API key.`, - Args: cobra.ExactArgs(1), - RunE: runMoon, + Use: "moon [query]", + Aliases: []string{"mn"}, + Short: "Search moon logs", + Long: `Search moon logs with various filters. Requires admin API key.`, + Args: cobra.ExactArgs(1), + RunE: runMoon, } func init() { |
