cobbler / cobbler-tftp

Experimental - Cobbler stateless TFTP server
GNU General Public License v2.0
4 stars 2 forks source link

Add rudimentary CLI implementation #18

Closed affenull2345 closed 10 months ago

affenull2345 commented 10 months ago

Linked Items

Fixes N/A

Description

This is an improved version of #17 . Add a basic implementation of cobbler-tftp's CLI:

Usage: cobbler-tftp [OPTIONS] COMMAND [ARGS]...

  Cobbler-TFTP - Copyright (c) 2022 The Cobbler Team. (github.com/cobbler)

  Licensed under the terms of the GPLv2.0 license.

Options:
  -h, --help  Show this message and exit.

Commands:
  print-default-config  Print the default application parameters.
  start                 Start the cobbler-tftp server.
  stop                  Stop the cobbler-tftp server daemon if it is running
  version               Check cobbler-tftp version.

TODO:

Behaviour changes

N/A

Category

This is related to a:

Tests