Skip to content

Commit

Permalink
[run] fix missing doxygen and add explanation.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Feb 27, 2024
1 parent ee1b68a commit f2c0f75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/modes/run.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,11 @@ typedef struct {
/**
* @param cmd The cmd to execute
* @param run_in_term Indicate if command should be run in a terminal
* @param orig The cmd to store in history
*
* Execute command and add to history.
* Exact entries should be stored unquoted any custom or with filename
* should be saved in history quoted.
*/
static gboolean exec_cmd(const char *cmd, int run_in_term, const char *orig) {
GError *error = NULL;
Expand Down

0 comments on commit f2c0f75

Please sign in to comment.