NAME

shell_var_reader - Read/run a shell script and return set variable in it.

SYNOPSIS

shell_var_reader -r <file> [-o <format>] [-p] [-s]

FLAGS

-r <file>

The file to read/run.

-o <format>

The output format.

Default: json

Formats: json,yaml,toml,dumper(Data::Dumper),shell

-p

Pretty print. Not relevant to all outputs.

-s

Sort. Not relevant to all outputs.