Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@joaander
Copy link
Member

@joaander joaander commented Oct 23, 2024

Description

Allow row to generate commands directly for command line applications. Also properly escape all user-provided strings that are placed in bash scripts.

Motivation and context

Previously, users needed to write a wrapper script in Python that parsed the JSON file and then called subprocess.run.

Resolves #51

How has this been tested?

Extensive unit tests.

Checklist:

  • I have reviewed the Contributor Guidelines.
  • I agree with the terms of the Row Contributor Agreement.
  • My name is on the list of contributors (doc/src/contributors.md) in the pull request source branch.
  • I have added a change log entry to doc/src/release-notes.md.

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Nov 21, 2024
@joaander joaander removed the stale label Nov 21, 2024
@joaander joaander merged commit 1b1e49d into trunk Dec 2, 2024
18 checks passed
@joaander joaander deleted the improve-templating branch December 2, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve support for command line applications

2 participants