Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 471 Bytes

cmd_sort.rst

File metadata and controls

27 lines (16 loc) · 471 Bytes

ksconf sort

..  argparse::
    :module: ksconf.__main__
    :func: build_cli_parser
    :path: sort
    :nodefault:


..  seealso:: Pre-commit hooks

    See :ref:`ksconf_pre_commit` for more information about how the ``sort`` command can be easily integrated in your git workflow.


Examples

To recursively sort all files

find . -name '*.conf' | xargs ksconf sort -i