Merge pull request #573 from trheyi/main

Add data flag to BuildCmd
This commit is contained in:
Max 2024-02-08 12:17:51 +08:00 committed by GitHub
commit 72682f9bd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,4 +2,5 @@ package sui
func init() {
WatchCmd.PersistentFlags().StringVarP(&data, "data", "d", "::{}", L("Session Data"))
BuildCmd.PersistentFlags().StringVarP(&data, "data", "d", "::{}", L("Session Data"))
}