Galaxie Shell 0.2.6 documentation


Navigation:   | Index   | Search   | Top   | Up   |
Table of Content: |

© Copyright 2020-2024, Galaxie Shell Team.

Top » Module code » glxshell.utilities.true

Source code for glxshell.utilities.true

from glxshell.lib.argparse import ArgumentParser


parser_true = ArgumentParser(
    name="true - return true value",
    synopsis=["true"],
    description="The true utility shall return with exit code zero.",
    exit_status={
        "0": "",
    }
)


[docs] def glxsh_true(): return 0

Top » Module code » glxshell.utilities.true

© Copyright 2020-2024, Galaxie Shell Team.
This page is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License (CC BY-NC-SA 4.0).
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

Last updated on None.
Created using Sphinx 8.0.2.