Skip to main content

Module utils

Module utils 

Source
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.

Functions§

normalize_to_path_case