bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

warnings with compgen -C and -F


From: isabella parakiss
Subject: warnings with compgen -C and -F
Date: Wed, 14 Oct 2015 10:08:47 +0200

What's the point of these two warnings in builtins/complete.def ?

  if (Farg)
    builtin_error (_("warning: -F option may not work as you expect"));
  if (Carg)
    builtin_error (_("warning: -C option may not work as you expect"));

Can they be removed?  It's stupid to provide a function, and warn every
time someone uses it.

It's also impossible to suppress _that_ warning without suppressing any
error from the actual command.

---
xoxo iza



reply via email to

[Prev in Thread] Current Thread [Next in Thread]