Cline

Latest version: v1.2.2

Safety actively analyzes 623586 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.2.2

What's Changed

* Bump requests from 2.28.2 to 2.31.0 by dependabot in https://github.com/cariad/cline/pull/12

New Contributors

* dependabot made their first contribution in https://github.com/cariad/cline/pull/12

**Full Changelog**: https://github.com/cariad/cline/compare/1.2.1...1.2.2

1.2.1

What's Changed

* Fix missing arg_parser property by cariad in https://github.com/cariad/cline/pull/11

**Full Changelog**: https://github.com/cariad/cline/compare/1.2.0...1.2.1

1.2.0

This release adds support for command line argument values that are lists.

For example, given an `ArgumentParser` argument with `action="append"`, the entire list of values will be available:

python
parser.add_argument("--tag", action="append")

...

def make_args(cls, args: CommandLineArguments) -> StageTaskArguments:
tags = args.get_list("tag", []))
When run with "--tag foo --tag bar", tags == ["foo", "bar"]

1.1.0

Add support for default string argument values.

1.0.0

Initial release.

1.0.0a4

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.