Skip to content

Commit 6d61bb9

Browse files
committed
chore: remove hard-to-maintain comments
1 parent 2b847b4 commit 6d61bb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/shared-args.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { Flip } from '..';
55
/**
66
* Get the command line arguments for `raspistill` or `raspivid` that are common among both
77
*
8-
* These are: `--width`, `--height`, `--rotation`, `--hflip`, `--vflip`, `--shutter`,
9-
* `--ISO`, `--exposure`, `--ev`, and `--awb`
108
* @param options Camera options
119
*/
1210
export function getSharedArgs(options: StillOptions | StreamOptions): string[] {

0 commit comments

Comments
 (0)