mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 20:50:56 +01:00
Changes:
- added describe command - fixed v4+v6 handling
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
func ListCommand(conf *cfg.Config) *cobra.Command {
|
||||
var listCmd = &cobra.Command{
|
||||
Use: "list [options] [file ..]",
|
||||
Short: "list uploads",
|
||||
Short: "List uploads",
|
||||
Long: `List uploads.`,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
// errors at this stage do not cause the usage to be shown
|
||||
|
||||
Reference in New Issue
Block a user