use crateShellCommand;
use crateShellState;
use current_dir;
/// Helper for cd, to actually change the dirctory.
/// Used to change directory.
/// Takes a `ShellState` and `ShellCommand`.
/// `ShellState` is used to realize `cd -` fuctionality,
/// but can be used for other options in the future.