File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 88 :local:
99 :depth: 2
1010
11+ Version Information
12+ -----------------
13+ .. versionadded :: 1.0.0
14+
15+ .. versionchanged :: 3.3.0
16+ Added support for the `limit= ` argument name.
1117
1218Description
1319============
@@ -16,7 +22,7 @@ Description
1622
1723Syntax
1824============
19- head [<size>] [from <offset>]
25+ head [limit=][ <size>] [from <offset>]
2026
2127* <size>: optional integer. number of results to return. **Default: ** 10
2228 * For readability or convenience, this can be prefixed by `limit= `.
Original file line number Diff line number Diff line change 88 :local:
99 :depth: 2
1010
11+ Version Information
12+ -----------------
13+ .. versionadded :: 1.0.0
14+
15+ .. versionchanged :: 3.3.0
16+ Added support for the `limit= ` argument name.
1117
1218Description
1319============
1824============
1925top [N] <field-list> [by-clause]
2026
21- top [N] <field-list> [top-options] [by-clause] ``(available from 3.1.0+) ``
27+ top [limit=][ N] <field-list> [top-options] [by-clause] ``(available from 3.1.0+) ``
2228
2329* N: number of results to return. **Default **: 10
2430 * For readability or convenience, this can be prefixed by `limit= `.
You can’t perform that action at this time.
0 commit comments