Expand description
Shared utilities used across the Rust CLI.
Re-exports§
pub use formatting::normalize_to_kebab_or_snake_case;pub use get_default_tsconfig_path::get_default_tsconfig_path;pub use is_module_available::is_module_available;pub use remaining_flags::CommanderOption;pub use remaining_flags::camel_case_flag;pub use remaining_flags::get_remaining_flags;pub use remaining_flags::get_remaining_flags_simple;
Modules§
- extra_
args_ warning - Upstream source:
../nest-cli/lib/utils/extra-args-warning.ts. - formatting
- Upstream source:
../nest-cli/lib/utils/formatting.ts. - get_
default_ tsconfig_ path - Upstream source:
../nest-cli/lib/utils/get-default-tsconfig-path.ts. - gracefully_
exit_ on_ prompt_ error - Upstream source:
../nest-cli/lib/utils/gracefully-exit-on-prompt-error.ts. - is_
module_ available - Upstream source:
../nest-cli/lib/utils/is-module-available.ts. - load_
configuration - Upstream source:
../nest-cli/lib/utils/load-configuration.ts. - local_
binaries - Upstream source:
../nest-cli/lib/utils/local-binaries.ts. - os_
info_ utils - Upstream source:
../nest-cli/lib/utils/os-info.utils.ts. - project_
utils - Upstream source:
../nest-cli/lib/utils/project-utils.ts. - remaining_
flags - Upstream source:
../nest-cli/lib/utils/remaining-flags.ts. - tree_
kill - Upstream source:
../nest-cli/lib/utils/tree-kill.ts. - type_
assertions - Upstream source:
../nest-cli/lib/utils/type-assertions.ts.