generated from Luis/nextjs-python-web-template
cli: add test for --help
This commit is contained in:
@@ -77,5 +77,8 @@ python3.pkgs.buildPythonPackage {
|
||||
installShellCompletion --fish --name clan.fish \
|
||||
<(${argcomplete}/bin/register-python-argcomplete --shell fish clan)
|
||||
'';
|
||||
checkPhase = ''
|
||||
PYTHONPATH= $out/bin/clan --help
|
||||
'';
|
||||
meta.mainProgram = "clan";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user