mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
4633d2a037
This commit adds custom command completion functions for both the zsh and fish shell. The behaviour for those new completions follow the existing completion for the bash shell, including the way to generate the completion alias (with appropriately named command line switches). Signed-off-by: Alessandro Gatti <a.gatti@frob.it>