vmware-archive/halite

labels don't match keyword arguments

bbinet opened this issue · 2 comments

For example, if I take the "top" function from salt module "ps", Halite give me the following keyword arguments: interval=5, num_processes=3
See by yourself:
kwargs_labels_mismatch

whereas it should be: num_processes=5, interval=3
(see: https://github.com/saltstack/salt/blob/develop/salt/modules/ps.py#L40)

Related to #162

Closing this and moving the discussion to #162