Git Settings
--gitEnable/disable looking for a git repo (default: True)
Default: True
Environment variable: PAPERTLAB_GIT
Aliases:
--git
--no-git--gitignoreEnable/disable adding .papertlab* to .gitignore (default: True)
Default: True
Environment variable: PAPERTLAB_GITIGNORE
Aliases:
--gitignore
--no-gitignore--auto-commitsEnable/disable auto commit of LLM changes (default: True)
Default: True
Environment variable: PAPERTLAB_AUTO_COMMITS
Aliases:
--auto-commits
--no-auto-commits--dirty-commitsEnable/disable commits when repo is found dirty (default: True)
Default: True
Environment variable: PAPERTLAB_DIRTY_COMMITS
Aliases:
--dirty-commits
--no-dirty-commits--attribute-authorAttribute papertlab code changes in the git author name (default: True)
Default: True
Environment variable: PAPERTLAB_ATTRIBUTE_AUTHOR
Aliases:
--attribute-author
--no-attribute-author--attribute-committerAttribute papertlab commits in the git committer name (default: True)
Default: True
Environment variable: PAPERTLAB_ATTRIBUTE_COMMITTER
Aliases:
--attribute-committer
--no-attribute-committer--attribute-commit-message-authorPrefix commit messages with ‘papertlab: ‘ if papertlab authored the changes (default: False)
Default: False
Environment variable: PAPERTLAB_ATTRIBUTE_COMMIT_MESSAGE_AUTHOR
Aliases:
--attribute-commit-message-author
--no-attribute-commit-message-author--attribute-commit-message-committerPrefix all commit messages with ‘papertlab: ‘ (default: False)
Default: False
Environment variable: PAPERTLAB_ATTRIBUTE_COMMIT_MESSAGE_COMMITTER
Aliases:
--attribute-commit-message-committer
--no-attribute-commit-message-committer--commitCommit all pending changes with a suitable commit message, then exit
Default: False
Environment variable: PAPERTLAB_COMMIT
--commit-prompt PROMPTSpecify a custom prompt for generating commit messages
Environment variable: PAPERTLAB_COMMIT_PROMPT
--dry-runPerform a dry run without modifying files (default: False)
Default: False
Environment variable: PAPERTLAB_DRY_RUN
Aliases:
--dry-run
--no-dry-runLast updated