clan-cli: set mainProgram name
This commit is contained in:
@@ -49,6 +49,7 @@ let
|
|||||||
installShellCompletion --fish --name clan.fish \
|
installShellCompletion --fish --name clan.fish \
|
||||||
<(${python3.pkgs.argcomplete}/bin/register-python-argcomplete --shell fish clan)
|
<(${python3.pkgs.argcomplete}/bin/register-python-argcomplete --shell fish clan)
|
||||||
'';
|
'';
|
||||||
|
meta.mainProgram = "clan";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkPython = python3.withPackages (_ps: devDependencies ++ dependencies);
|
checkPython = python3.withPackages (_ps: devDependencies ++ dependencies);
|
||||||
|
|||||||
Reference in New Issue
Block a user