We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9013f2b commit c0afc5fCopy full SHA for c0afc5f
src/commands/analytics.ts
@@ -22,8 +22,7 @@ import { getDefaultToken, setupSdk } from '../utils/sdk'
22
import type { CliSubcommand } from '../utils/meow-with-subcommands'
23
24
export const analytics: CliSubcommand = {
25
- description: `Look up analytics data \n
26
- Default parameters are set to show the organization-level analytics over the last 7 days.`,
+ description: `Look up analytics data\n Default parameters are set to show the organization-level analytics over the last 7 days.`,
27
async run(argv, importMeta, { parentName }) {
28
const name = parentName + ' analytics'
29
0 commit comments