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.false

Source code for glxshell.utilities.false

from glxshell.lib.argparse import ArgumentParser


parser_false = ArgumentParser(
    name="false - return false value",
    synopsis=["false"],
    description="The false utility shall return with a non-zero exit code.",
    exit_status={
        "1": "",
    }
)


[docs] def glxsh_false(): return 1

Top » Module code » glxshell.utilities.false

© 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.