Merge pull request 'clan: duplicate description field for generation of the reference documentation' (#1467) from a-kenji-clan/cli/add-description into main
This commit is contained in:
@@ -126,6 +126,7 @@ For more detailed information, visit: https://docs.clan.lol/getting-started/back
|
|||||||
parser_flake = subparsers.add_parser(
|
parser_flake = subparsers.add_parser(
|
||||||
"flakes",
|
"flakes",
|
||||||
help="create a clan flake inside the current directory",
|
help="create a clan flake inside the current directory",
|
||||||
|
description="create a clan flake inside the current directory",
|
||||||
epilog=(
|
epilog=(
|
||||||
"""
|
"""
|
||||||
Examples:
|
Examples:
|
||||||
@@ -143,6 +144,7 @@ For more detailed information, visit: https://docs.clan.lol/getting-started
|
|||||||
parser_config = subparsers.add_parser(
|
parser_config = subparsers.add_parser(
|
||||||
"config",
|
"config",
|
||||||
help="set nixos configuration",
|
help="set nixos configuration",
|
||||||
|
description="set nixos configuration",
|
||||||
epilog=(
|
epilog=(
|
||||||
"""
|
"""
|
||||||
"""
|
"""
|
||||||
@@ -175,6 +177,7 @@ For more detailed information, visit: https://docs.clan.lol/getting-started/depl
|
|||||||
parser_secrets = subparsers.add_parser(
|
parser_secrets = subparsers.add_parser(
|
||||||
"secrets",
|
"secrets",
|
||||||
help="manage secrets",
|
help="manage secrets",
|
||||||
|
description="manage secrets",
|
||||||
epilog=(
|
epilog=(
|
||||||
"""
|
"""
|
||||||
This subcommand provides an interface to secret facts.
|
This subcommand provides an interface to secret facts.
|
||||||
@@ -198,6 +201,7 @@ For more detailed information, visit: https://docs.clan.lol/getting-started/secr
|
|||||||
parser_facts = subparsers.add_parser(
|
parser_facts = subparsers.add_parser(
|
||||||
"facts",
|
"facts",
|
||||||
help="manage facts",
|
help="manage facts",
|
||||||
|
description="manage facts",
|
||||||
epilog=(
|
epilog=(
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -234,6 +238,7 @@ For more detailed information, visit: https://docs.clan.lol/getting-started/secr
|
|||||||
parser_machine = subparsers.add_parser(
|
parser_machine = subparsers.add_parser(
|
||||||
"machines",
|
"machines",
|
||||||
help="manage machines and their configuration",
|
help="manage machines and their configuration",
|
||||||
|
description="manage machines and their configuration",
|
||||||
epilog=(
|
epilog=(
|
||||||
"""
|
"""
|
||||||
This subcommand provides an interface to machines managed by clan.
|
This subcommand provides an interface to machines managed by clan.
|
||||||
|
|||||||
Reference in New Issue
Block a user