Skip to content

intfsutil needs to have a help option #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
stcheng opened this issue Dec 8, 2017 · 2 comments
Closed

intfsutil needs to have a help option #167

stcheng opened this issue Dec 8, 2017 · 2 comments

Comments

@stcheng
Copy link
Contributor

stcheng commented Dec 8, 2017

A help option as a default one could be very useful.

@stcheng
Copy link
Contributor Author

stcheng commented Dec 8, 2017

@rodnymolina

vdahiya12 pushed a commit to vdahiya12/sonic-utilities that referenced this issue Jul 23, 2021
…nic-net#167)

Initialize fan led in thermalcltd for the first run. Add a flag "led_initialized" in FanStatus and set it as False on __init__ function. FanUpdater will use this flag to determine if fan led should be set even if no fan event detected.
@maipbui
Copy link
Contributor

maipbui commented Jul 11, 2023

#1006

parser = argparse.ArgumentParser(description='Display Interface information',
formatter_class=argparse.RawTextHelpFormatter)
parser.add_argument('-c', '--command', type=str, help='get interface status or description', default=None)
parser.add_argument('-i', '--interface', type=str, help='interface information for specific port: Ethernet0', default=None)
parser = multi_asic_util.multi_asic_args(parser)
args = parser.parse_args()

@maipbui maipbui closed this as completed Jul 11, 2023
mihirpat1 pushed a commit to mihirpat1/sonic-utilities that referenced this issue Sep 15, 2023
Add GitHub pull request template
nazariig pushed a commit to nazariig/sonic-utilities that referenced this issue May 6, 2025
HLD: sonic-net/SONiC#1959

#### What I did
Added support for SRv6 counters CLI

#### How I did it
* extend counterpoll
* extend sonic-clear
* add 'show srv6 stats' command

#### How to verify it
Running the updates tests

#### Previous command output (if the output of a command-line utility has changed)

#### New command output (if the output of a command-line utility has changed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants