Skip to content

Commit e35d387

Browse files
authored
Merge pull request #122 from SocketDev/jdalton/cdxgen
Rename cyclonedx commant to cdxgen
2 parents 8a69483 + 8058017 commit e35d387

File tree

5 files changed

+134
-133
lines changed

5 files changed

+134
-133
lines changed

lib/commands/cyclonedx/index.js renamed to lib/commands/cdxgen/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function argvToArray (/** @type {any} */ argv) {
147147
}
148148

149149
/** @type {import('../../utils/meow-with-subcommands.js').CliSubcommand} */
150-
export const cyclonedx = {
150+
export const cdxgen = {
151151
description: 'Create an SBOM with CycloneDX generator (cdxgen)',
152152
async run (argv_) {
153153
const /** @type {any} */ yargv = {

lib/commands/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * from './cyclonedx/index.js'
1+
export * from './cdxgen/index.js'
22
export * from './info/index.js'
33
export * from './login/index.js'
44
export * from './logout/index.js'

0 commit comments

Comments
 (0)