Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

tar and ps support writing parameters without leading dashes #43

@ghost

Description

Describe the bug
With tar (and ps and other tools as well), e.g.tar -xp is synonymous to tar xp. Right now, for both tar and ps, kmdr currently only recognizes the tar -xp form of the command properly. Otherwise, it will tell you things like xp -- an operand.

To Reproduce

  1. kmdr explain
  2. tar xp

Expected behavior
Treat dash-prefixed parameters the same as unprefixed ones for these kinds of commands.

Desktop (please complete the following information):

  • OS: Linux
  • Browser: no
  • Version: no

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions