Skip to content

Commit

Permalink
Change to shorter flag for sub folder creation dirs
Browse files Browse the repository at this point in the history
Co-authored-by: sh0rez <me@shorez.de>
  • Loading branch information
simonfrey and sh0rez authored Jun 25, 2020
1 parent 1644048 commit fa3cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tk/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func exportCmd() *cli.Command {

vars := workflowFlags(cmd.Flags())
getExtCode := extCodeParser(cmd.Flags())
allowSubFolderCreation := cmd.Flags().Bool("allow-subfolder-creation", false, "Allow export to create subfolders in the out directory if the format contains '/'")
createDirs := cmd.Flags().Bool("dirs", false, "Treat '/' in filenames as directories")
format := cmd.Flags().String("format", "{{.apiVersion}}.{{.kind}}-{{.metadata.name}}", "https://tanka.dev/exporting#filenames")
extension := cmd.Flags().String("extension", "yaml", "File extension")

Expand Down

0 comments on commit fa3cdcc

Please sign in to comment.