Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
feat: add global flag for output file
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Feb 9, 2020
1 parent 7410f3e commit 41805e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func init() {
// this can be used to pass project alias to sub commands, incase having
// multiple projects
rootCmd.PersistentFlags().StringP("project", "P", "default", "The firebase project to use")
findUserCmd.PersistentFlags().StringP("output", "o", "", "A file where data from firebase will be saved.")
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}

Expand Down

0 comments on commit 41805e1

Please sign in to comment.