query-shell 0.1.0

A simple library to get the user's shell.
Documentation

Downloads License crates.io docs.rs

query-shell

A simple library to get the user's shell.

Forked from alicecarroll/get-shell.

Installation

Add query-shell = "0.1" to [dependencies] section in your Cargo.toml.

Usage

use query_shell::get_shell_name;

println!("{}", get_shell_name().unwrap());