8000 urm self-documenation is misconfigured. · Issue #3668 · uutils/coreutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
urm self-documenation is misconfigured. #3668
Closed
@bdmorin

Description

@bdmorin

I was including /home/linuxbrew/.linuxbrew/share/fish/vendor_completions.d/urm.fish in my fish shell, and found this error;

> source /home/linuxbrew/.linuxbrew/share/fish/vendor_completions.d/urm.fish
complete: Too many arguments

/home/linuxbrew/.linuxbrew/share/fish/vendor_completions.d/urm.fish (line 5):
complete -c urm -s i -l prompt before every removal
^
from sourcing file /home/linuxbrew/.linuxbrew/share/fish/vendor_completions.d/urm.fish


5: complete -c urm -s i -l -d 'prompt before every removal'

The -l requires an option here's my fix.

complete -c urm -s i -l prompt -d 'prompt before every removal'

However I'm assuming the completions are auto-generated
image

It seems something in the urm code has before every removal in the incorrect place, it should be aligned with the column on the right.

I tried to find it in the code, but I'm no rust developer yet.

> brew info uutils-coreutils
uutils-coreutils: stable 0.0.14 (bottled), HEAD

> urm --version
urm 0.0.14

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0