Page MenuHomeFreeBSD

stand: separate the command lookup from the command execution
ClosedPublic

Authored by imp on Aug 26 2022, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 31, 2:46 AM
Unknown Object (File)
Tue, Dec 24, 4:43 AM
Unknown Object (File)
Dec 6 2024, 7:35 PM
Unknown Object (File)
Nov 29 2024, 2:33 PM
Unknown Object (File)
Sep 24 2024, 6:30 AM
Unknown Object (File)
Sep 17 2024, 5:00 AM
Unknown Object (File)
Sep 4 2024, 6:05 AM
Unknown Object (File)
Aug 31 2024, 9:45 PM
Subscribers

Details

Summary

Factor out interp_lookup_cmd to search for a command from
interp_builtin_cmd. This simplifies the latter and can be used to expand
lua to ask if a command exists.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable