Andrew
37c20aaafa
- expanding `environment` vars in cmd section - support for connecting to one proxy/bastion host - better notification text layout - better error message on private key failing to open
32 lines
663 B
Go
32 lines
663 B
Go
package cmd
|
|
|
|
// import (
|
|
// "git.andrewnw.xyz/CyberShell/backy/pkg/backy"
|
|
|
|
// "github.com/spf13/cobra"
|
|
// )
|
|
|
|
// var (
|
|
// configCmd = &cobra.Command{
|
|
// Use: "config list ...",
|
|
// Short: "Runs commands defined in config file.",
|
|
// Long: `Cron executes commands at the time defined in config file.`,
|
|
// Run: config,
|
|
// }
|
|
|
|
// cmds []string
|
|
// lists []string
|
|
// )
|
|
|
|
// func config(cmd *cobra.Command, args []string) {
|
|
|
|
// opts := backy.NewOpts(cfgFile, backy.UseCron())
|
|
// opts.InitConfig()
|
|
|
|
// }
|
|
|
|
// func init() {
|
|
|
|
// configCmd.PersistentFlags().StringArrayVarP(&cmds, "cmds", "c", nil, "Accepts comma-seperated list of commands to list")
|
|
// }
|