(sec:pyalf_cli)=
# Command line tools

A number of executable python scripts in the folder `py_alf/cli`.
For productive work, it may be suitable to add this folder to
the `$PATH` environment variable. $\phantom{\xi}$

## minimal_ALF_run
Extensively commented example script showing the minimal steps
for creating and running an ALF simulation in pyALF.

## alf_run
```{eval-rst}
.. argparse::
    :ref: py_alf.cli.alf_run._get_arg_parser
    :prog: alf_run
    :nodefault:
```

## alf_postprocess
```{eval-rst}
.. argparse::
    :ref: py_alf.cli.alf_postprocess._get_arg_parser
    :prog: alf_postprocess
```

## alf_bin_count
```{eval-rst}
.. argparse::
    :ref: py_alf.cli.alf_bin_count._get_arg_parser
    :prog: alf_bin_count
    :nodefault:
```

## alf_show_obs
```{eval-rst}
.. argparse::
    :ref: py_alf.cli.alf_show_obs._get_arg_parser
    :prog: alf_show_obs
    :nodefault:
```

## alf_del_bins
```{eval-rst}
.. argparse::
    :ref: py_alf.cli.alf_del_bins._get_arg_parser
    :prog: alf_del_bins
    :nodefault:
```

## alf_test_branch
```{eval-rst}
.. argparse::
    :ref: py_alf.cli.alf_test_branch._get_arg_parser
    :prog: alf_test_branch
    :nodefault:
```
