mirror of https://github.com/F-Stack/f-stack.git
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2023 Intel Corporation
|
||
|
#
|
||
|
attach <STRING>devargs # attach a device
|
||
|
detach <STRING>devargs # detach a device
|
||
|
list # list all devices
|
||
|
help # show help
|
||
|
quit # quit
|