Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.0.5"
Version is the version of s3-edit
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "s3-edit", Short: "Edit directly a file on Amazon S3", Long: "Edit directly a file on Amazon S3", Run: func(cmd *cobra.Command, args []string) { if isShowVersion { ShowVersion() return } cmd.Usage() }, }
RootCmd define root command
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.