pshell 1.0.15

Works out if this is running from inside a shell, and if so, which one.
Documentation
[dependencies.sysinfo]
version = "0.37.0"

[[example]]
name = "what_shell"
path = "examples/what_shell.rs"

[lib]
name = "pshell"
path = "src/lib.rs"

[package]
authors = ["Alec Brown <alec@noser.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "os", "api-bindings"]
description = "Works out if this is running from inside a shell, and if so, which one."
documentation = "https://docs.rs/pshell"
edition = "2021"
homepage = "https://github.com/a1ecbr0wn/pshell"
keywords = ["shell", "filesystem", "utility"]
license = "Apache-2.0"
name = "pshell"
readme = "README.md"
repository = "https://github.com/a1ecbr0wn/pshell"
rust-version = "1.74"
version = "1.0.15"