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 UploadCommand(conf *cfg.Config) *cobra.Command {
|
||||
var uploadCmd = &cobra.Command{
|
||||
Use: "upload [options] [file ..]",
|
||||
Short: "upload files",
|
||||
Short: "Upload files",
|
||||
Long: `Upload files to an upload api.`,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
if len(args) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user