Skip to content

Documentation: Inconsistent async syntax for 'kill process' command in WFL-io.md #186

Description

@coderabbitai

Description

The subprocess execution documentation in Docs/wfldocs/WFL-io.md contains a syntax inconsistency. The kill process command example lacks the wait for prefix, while all other async subprocess operations in the same section consistently use it.

Location: Line 389 in Docs/wfldocs/WFL-io.md
Current syntax: kill process long_task
Expected pattern: All other async I/O operations use wait for prefix

Context

This inconsistency was identified during review of PR #185, which introduces subprocess execution capabilities to WFL.

Related PR: #185
Review comment: #185 (comment)
Reported by: @logbie

Task

Review and update the documentation to ensure consistent async syntax patterns across all subprocess operations, aligning with WFL's established wait for convention for async I/O operations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions