mirror of
https://github.com/fatedier/frp.git
synced 2025-06-15 07:08:22 +00:00
Compare commits
2 Commits
e4c7cfb778
...
5b76a8b52b
Author | SHA1 | Date | |
---|---|---|---|
|
5b76a8b52b | ||
|
c60827e068 |
@ -38,7 +38,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
rootCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "./frpcs.toml", "config file of frps")
|
||||
rootCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "./frps.toml", "config file of frps")
|
||||
rootCmd.PersistentFlags().BoolVarP(&showVersion, "version", "v", false, "version of frps")
|
||||
rootCmd.PersistentFlags().BoolVarP(&strictConfigMode, "strict_config", "", true, "strict config parsing mode, unknown fields will cause errors")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user