We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63b41c commit b455630Copy full SHA for b455630
lw-billing/cmd/aws.go
@@ -12,7 +12,6 @@ var awsCmd = &cobra.Command{
12
Long: `AWS Billing`,
13
Run: func(cmd *cobra.Command, args []string) {
14
billingCSV := lwaws.ParseBilling(cmd)
15
- //profiles := lwaws.ParseProfiles(cmd)
16
debug := helpers.ParseDebug(cmd)
17
lwaws.Run(billingCSV, debug)
18
},
0 commit comments