mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 20:45:29 +00:00
18 lines
433 B
Plaintext
18 lines
433 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sfdk emulator set
|
|
|
|
> Sets emulator properties.
|
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/40-testing-maintain/doc/command.emulator.adoc>.
|
|
|
|
- Set a property:
|
|
|
|
`sfdk emulator set {{name}} {{property}}={{value}}`
|
|
|
|
- Show emulator properties:
|
|
|
|
`sfdk emulator show {{name}}`
|