Skip to content

Commit dabc6f0

Browse files
committed
fix(components): Fix typos - Renamed aliases based on PR comments
1 parent cd36a3b commit dabc6f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [1.52.0] - 2026-04-06
1212
### Added
13-
- Added `status` subcommand query to `component` command to retrieve development life-cycle staus:
14-
- Component and version specific for a single component
15-
- Component and version specific for a list of components
13+
- Added `status` subcommand query to `component` command to retrieve development life-cycle status:
14+
- Component and version-specific for a single component
15+
- Component and version-specific for a list of components
1616

1717
## [1.51.1] - 2026-04-01
1818
### Fixed

src/scanoss/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def setup_args() -> None: # noqa: PLR0912, PLR0915
423423
# Component Sub-command: component status
424424
c_status = comp_sub.add_parser(
425425
'status',
426-
aliases=['stat'],
426+
aliases=['sts','st'],
427427
description=f'Show Component Status details: {__version__}',
428428
help='Retrieve development status for the given components',
429429
)

0 commit comments

Comments
 (0)