Docs.rs
  • argc-1.6.0
    • argc 1.6.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • sigoden
    • Dependencies
      • anyhow ^1 normal
      • convert_case ^0.6 normal
      • ctrlc ^3.4 normal
      • either ^1.8 normal
      • indexmap ^1.9 normal
      • nom ^7.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • shell-words ^1.1 normal
      • textwrap ^0.16 normal
      • which ^4.2 normal
      • assert_cmd ^2 dev
      • assert_fs ^1 dev
      • insta ^1.30 dev
      • predicates ^2 dev
      • rstest ^0.15 dev
      • libc ^0.2 dev
    • Versions
    • 7.14% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module utils

  • Functions
?
Change settings

Module argc::utils

source ·

Functions

  • escape_shell_words
  • get_bash_path
  • get_current_dir
  • get_shell_args
  • get_shell_path
  • hyphens_to_underscores
  • is_choice_value_terminate
  • is_default_value_terminate
  • run_param_fns
  • termwidth
  • to_cobol_case
    Transform into upper case string with an underscore between words. foo-bar => FOO-BAR