Skip to content

Commit

Permalink
chore!: drop deprecated methods and options (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Jul 11, 2024
1 parent a11b1b4 commit ae6ff4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions src/@types/describe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ export type DescribeOptions = {
* @default "☰"
*/
icon?: string;
/** @deprecated */
pad?: boolean;
/**
* @default "grey"
*/
};
18 changes: 0 additions & 18 deletions src/@types/poku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,6 @@ export type Configs = {
* @default false
*/
noExit?: boolean;
/**
* @deprecated
* Customize `stdout` options.
*/
log?: {
/**
* @deprecated
*
* @default false
*/
success?: boolean;
/**
* @deprecated
*
* @default true
*/
fail?: boolean;
};
/**
* This option overwrites all `log` settings.
*
Expand Down

0 comments on commit ae6ff4b

Please sign in to comment.