Coverage for harbor_cli/commands/help.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2023-02-09 12:09 +0100

1from __future__ import annotations 

2 

3ARTIFACT_HELP_STRING = ( 

4 "Name of the artifact in the format '<project>/<repository><{:tag,@sha256:digest}>'. " 

5 "Example: 'library/nginx:latest' or 'library/nginx@sha256:1234'" 

6)