zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.39k stars 1.16k forks source link

Not working command and comnand switch #3295

Open mdziczkowski opened 1 month ago

mdziczkowski commented 1 month ago

Specifications

Commit hash: c2cebaa3 (will be updated asap)

OS: Linux (Debian based) Terminal: system build-in

Problem description:

Neither the command plugin available nor the program switch -plugin available work as it should. Instead of that, it display the program's "usage" options

Andriamanitra commented 1 month ago

I'm unable to reproduce the issue, it seems to work fine for me with a build from that same commit on Ubuntu:

$ cat /etc/os-release | head -n1
PRETTY_NAME="Ubuntu 22.04 LTS"
$ micro -version
Version: 2.0.12
Commit hash: c2cebaa3
Compiled on May 16, 2024
$ micro -plugin available       
Available Plugins:
nordcolors
bounce
gotham-colors
editorconfig
snippets
wc
misspell
fzf
fish
crystal
wakatime
autofmt
zigfmt
palettero
quickfix
joinLines
bookmark
cheat
filemanager
go
aspell
jlabbrev
jump
pony
quoter
detectindent
lsp
monokai-dark
runit
manipulator
mdziczkowski commented 1 month ago

Strange... by me it was displaying the "usage" instead 🤔