mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 04:30:57 +01:00
Changes:
- added describe command - fixed v4+v6 handling
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
func DeleteCommand(conf *cfg.Config) *cobra.Command {
|
||||
var deleteCmd = &cobra.Command{
|
||||
Use: "delete [options] <id>",
|
||||
Short: "delete an upload",
|
||||
Short: "Delete an upload",
|
||||
Long: `Delete an upload identified by its id`,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
if len(args) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user